home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / std / c / 677 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.2 KB

  1. Path: crcnews.unl.edu!eric
  2. From: Eric W. Biederman <ebiederm@cse.unl.edu>
  3. Newsgroups: comp.std.c
  4. Subject: Re: Close all opened files in C ?
  5. Date: 01 Apr 1996 07:16:38 GMT
  6. Organization: University of Nebraska--Lincoln    
  7. Distribution: world
  8. Message-ID: <ERIC.96Apr1011638@cse.unl.edu>
  9. References: <4jgifa$fjd@chaos.kulnet.kuleuven.ac.be> <828105458snz@wbriscoe.demon.co.uk>
  10.     <4jhmg0$50n@solutions.solon.com>
  11. NNTP-Posting-Host: cse.unl.edu
  12. In-reply-to: seebs@solutions.solon.com's message of 29 Mar 1996 15:59:28 -0600
  13.  
  14. In article <4jhmg0$50n@solutions.solon.com> seebs@solutions.solon.com (Peter Seebach) writes:
  15.  
  16.    In article <828105458snz@wbriscoe.demon.co.uk>,
  17.    walter briscoe  <walter@wbriscoe.demon.co.uk> wrote:
  18.    [re:]
  19.    >> NOW THIS IS MY QUESTION:
  20.  
  21.    >> How can I close all files that are opened ?
  22.  
  23.    >This thread is inappropriate in comp.std.c.
  24.  
  25.    >I suggest comp.lang.c.moderated may be appropriate.
  26.  
  27.    Probably not; I'd bounce it with "you can't in C, try a newsgroup
  28.    specific to your system."
  29.  
  30.  
  31. I'm not absolutely positive it's in the standard, but I do believe
  32. either you find each on and close it. OR call exit. OR return from
  33. main.
  34.  
  35. can someone confirm the second two?
  36.  
  37. Eric
  38.